home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / illum.lha / F.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-09  |  538 b   |  22 lines

  1. /* ****************************************************************
  2.  *                            F.h
  3.  * ****************************************************************
  4.  * include file for the microfacet distribution functions
  5.  */
  6. #ifndef F_H
  7. #define F_H
  8.  
  9. double  F_d_pl();
  10. double  F_d_pp();
  11. double  F_d_R();
  12. double  F_c_pl();
  13. double  F_c_pp();
  14. double  F_c_R();
  15. double  F_approx_n();
  16. double  F_approx_k();
  17. double  *F_approx_Fr();
  18. double  *F_approx_Fr_Ft();
  19.  
  20. #endif F_H
  21. /* ************************************************************* */
  22.